type database/sql.driverResult (struct)

Method Implmentations

LastInsertId() (int64, error) M : Result.LastInsertId M : database/sql/driver.Result.LastInsertId
Lock() M : sync.Locker.Lock
RowsAffected() (int64, error) M : Result.RowsAffected M : database/sql/driver.Result.RowsAffected
Unlock() M : sync.Locker.Unlock